home *** CD-ROM | disk | FTP | other *** search
- :sofar.scr
-
- clear 21
- cursor 0 22
- print 'Your speed was
- words 3
- print ' wpm,
- if accuracy 3 >= 90 goto passed
- print 'but your accuracy was
- accuracy 3
- print '%, which simply isn't good
- cursor 0 23
- print 'enough. Try again.
- script - waitspc
- goto exit
-
- :passed
- print 'and your accuracy was
- accuracy 3
- print '% which is excellent.
- cursor 0 23
- print 'Well done.
-
- script - waitspc
- script - repeat
-
- :exit